projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d386034
)
Declare evaporate_overlays.
author
Karl Heuer
<kwzh@gnu.org>
Sat, 17 Sep 1994 01:52:13 +0000
(
01:52
+0000)
committer
Karl Heuer
<kwzh@gnu.org>
Sat, 17 Sep 1994 01:52:13 +0000
(
01:52
+0000)
src/buffer.h
patch
|
blob
|
history
diff --git
a/src/buffer.h
b/src/buffer.h
index 2e2f3fbfe2358ee792a632f2e922a6b2dfd605aa..01adaefe89ea538a1b0905b47660b4d3228f3be3 100644
(file)
--- a/
src/buffer.h
+++ b/
src/buffer.h
@@
-365,6
+365,7
@@
extern struct buffer buffer_local_types;
#define BUFFER_FLOOR_OF(n) (BEGV <= GPT && GPT <= (n) ? GPT : BEGV)
extern void reset_buffer ();
+extern void evaporate_overlays ();
extern Lisp_Object Fbuffer_name ();
extern Lisp_Object Fget_file_buffer ();